msdn.microsoft.com It's not as simple as just adding windows.h to your project; you need the full Windows SDK.
windows.h is just the header file that consists of the function prototypes and typedefs. You need the library object, also to use the functions in it so yeah as the above post, you need full SDK.