I'm building LWJGL with Netbeans 7 on Windows Vista 32 bits.
to summarize the process :
I just had to download MS Platform SDK for Vista (Google) which installs C+ and Net frameworks (~70MB from web).
the MSSDK folder has Include\ VC\Include and VC\LIB; the two latter subdirectories contain C+ header (e.g. stdio.h) and link (e.g. delayimp.lib) files.
+ user environment variables of windows
- PATH=%PATH%;C:\program files\...\java\jdk5\bin
- MSSDK=C:\program files\Microsoft SDKs\Windows\v6.0\
PC Windows Vista 32 bits, JDK 5 (or 6 as well), Netbeans 7,
MS SDK Platform for Windows, this config builds fine LWJGL 2.7.1.