I was looking for a way to add reverb effects to my audio engine, but these are only possible with the EFX OpenAL extension or EAX, neither of which LWJGL supports.

I read somewhere on the forum that EAX support was dropped because Vista isn't going to have hardware audio, and EFX support isn't going to be added for the same reason. But I am here using Windows 7, and both EAX and EFX is supported on the software OpenAL!
I looked at JOAL, and it seems to have support for both so that works for me. But I would prefer using LWJGL only as it means one less dll and two less jars.
Anybody have any suggestions? Is it possible for EFX to be added to LWJGL's OpenAL?
Thanks
Momoko_Fan