Libraries are not popping up in program for LCD or Camera

I am using the Arduino software to try to work with a touch screen from Seeed Studios and a camera from Radio Shack. and when i try to use the base program that is given to me and i have the libraries put into the library folder on my Arduino folder for the program; The base files still will not show that i have them when i add it into the programing like:

#include <SdFat.h>
#include <Arduino.h>
#include <TouchScreen.h>
#include <stdint.h>

Even though this file is in my library it will not show up in the menu or when i enter it into the program. This lapse over to other libraries that i try to use, even if it is for the LCD or camera they wont show up even though it is clearly in my library folder. This has been going n for a long time and it is giving me much frustration since Seeed studio has no form of help for their products on their own website. Please help!!!

Where exactly have you got the libraries installed ?
Please supply the full path name as there are 2 folders named libraries in a normal Arduino installation.

The normal path on a windows machine is "My Documents/Arduino/libraries"

Have you looked here --> Installing Additional Arduino Libraries

Don